From 1b36232f484eab86abaf4ea689ac3bf50e310601 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sun, 29 Aug 2004 19:21:04 +0000 Subject: [PATCH] bitkeeper revision 1.1159.53.23 (41322ca03sWRZNXdK0Mvozxq8UHHEQ) Update xen-clone script to cope with 2.6 now being the default build. --- tools/misc/xen-clone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index ce650f5dd8..63fccb841d 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -70,9 +70,9 @@ then cd ${DEST_BK_REP} ln -sf ../install install make -j4 world - make -j4 linux26 + make -j4 linux24 cd ../install/boot - [ -r vmlinuz-2.4.*-xen0 ] && ln -s vmlinuz-2.4.*-xen0 xenolinux.gz + [ -r vmlinuz-2.6.*-xen0 ] && ln -s vmlinuz-2.6.*-xen0 xenolinux.gz else # old style repository without 'make world' -- 2.30.2